projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3bd78a
)
gdkwindow: Fix small typo
author
Jasper St. Pierre
<jstpierre@mecheye.net>
Mon, 6 Oct 2014 20:36:52 +0000
(13:36 -0700)
committer
Jasper St. Pierre
<jstpierre@mecheye.net>
Mon, 6 Oct 2014 20:36:59 +0000
(13:36 -0700)
gdk/gdkwindow.c
patch
|
blob
|
history
diff --git
a/gdk/gdkwindow.c
b/gdk/gdkwindow.c
index 6b4817d031828cce84cc771896e5987068895c2d..f5eb1629420423be395e63421e6dbb07b8ab4406 100644
(file)
--- a/
gdk/gdkwindow.c
+++ b/
gdk/gdkwindow.c
@@
-3039,7
+3039,7
@@
_gdk_window_ref_cairo_surface (GdkWindow *window)
* Creates a Cairo context for drawing to @window.
*
* Note that calling cairo_reset_clip() on the resulting #cairo_t will
- *
r
produce undefined results, so avoid it at all costs.
+ *
produce undefined results, so avoid it at all costs.
*
* Returns: A newly created Cairo context. Free with
* cairo_destroy() when you are done drawing.